Activates the card reader flow. The next card scanned at a charger within this site will be automatically added to the site.
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b"
}'
See the documentation for more information.
Card reader activated
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/cards/add-with-reader \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "b"
}'